/*service*/
.notice-tab-button {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 35px;
  width: 100%;
}
  .notice-tab-button .notice-tab-button-item {
    appearance: none;
    border-radius: 18px;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    width: 120px;
    /*line-height: 18px;*/
    padding: 8px 28px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #EAEAEA;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #111111;
    opacity: 1 }
  .notice-tab-button .notice-tab-button-item.active {
    border: none;
    background: #1782FF 0% 0% no-repeat padding-box;
    color: #FFFFFF;
  }

.faq-tab-button {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 35px;
  width: 100%;
}
  .faq-tab-button .faq-tab-button-item {
    appearance: none;
    border-radius: 18px;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    width: 80px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #EAEAEA;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #111111;
    opacity: 1 }
  .faq-tab-button .faq-tab-button-item.active {
    border: none;
    background: #1782FF 0% 0% no-repeat padding-box;
    color: #FFFFFF;
  }

/*settings*/
.RegisterBtnWrapper {
  height: 40px;
  margin-top: 10px; }
  .RegisterBtnWrapper .RegisterBtn {
    width: 88px;
    height: inherit;
    line-height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #1782FF;
    border-radius: 4px;
    text-align: center;
    float: right; }
    .RegisterBtnWrapper .RegisterBtn span {
      font: normal normal normal 14px/20px Pretendard;
      letter-spacing: -0.35px;
      color: #1782FF; }

.DetailSearchBtnWrapper {
  margin-top: 10px; }
  .DetailSearchBtnWrapper .DetailSearchBtn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 5%;
    padding-right: 5%;
    background: #1782FF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center; }
    .DetailSearchBtnWrapper .DetailSearchBtn span {
      font: normal normal normal 14px/20px Pretendard;
      letter-spacing: -0.8px;
      color: #FFFFFF;
      opacity: 1; }

.DriverInput .DriverArea {
  line-height: 48px;
  float: left;
  width: 67%; }
.DriverInput .DriverBtnArea {
  width: 28%;
  float: right;
  right: 0; }
  .DriverInput .DriverBtnArea .DriverBtn {
    border: solid 1px #1782FF;
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #1782FF;
    border-radius: 4px;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
  }

.DriverPopupWrapper {
  max-height: 500px !important;
  padding: 0 10px 10px 10px; }
.DriverPopupWrapper .PopupSearch {
  margin-bottom: 10px;
  display: flex; }
.DriverPopupWrapper .PopupSearch .PopupInputArea {
  float: left;
  width: 100%; }
.DriverPopupWrapper .PopupSearch .PopupInputArea Input {
  background: #F4F4F4 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  height: 40px;
  width: 100%;
  font: normal normal normal 14px/44px pretendard;
  letter-spacing: -0.7px;
  color: #888888;
  padding-left: 5%;
  padding-right: 5%; }
.DriverPopupWrapper .PopupSearch .PopupInputArea Input::placeholder {
  color: #888888; }
.DriverPopupWrapper .PopupSearch .PopupSearchBtn {
  width: 88px;
  height: 40px;
  line-height: 40px;
  margin-left: 5%;
  background: #1782FF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  text-align: center; }
.DriverPopupWrapper .PopupSearch .PopupSearchBtn .PopupSearchTxt {
  font: normal normal normal 14px/26px Pretendard;
  font-weight: bold;
  letter-spacing: -0.35px;
  color: #FFFFFF; }
.DriverPopupWrapper .PopupTableSelect {
  padding: 4px;
  cursor: pointer;
  color: #1782FF;
  border: 1px solid #1782FF;
  border-radius: 4px;
  text-align: center;
}
/**/

body, div#__next {
    height: 100%;
}

@media (max-width: 480px) {
    .newpage-site-header .container .top-tit {
        font-size: 16px;
    }

    .sm-font-12 {
        font-size: 12px !important;
    }
}
